@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box; }

body {
  background-color: #FFFFFF;
  color: #444444;
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0; }

p {
  font-size: 0.875rem;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0; }

a {
  color: #444444;
  text-decoration: none; }
  a:hover {
    color: #444444;
    text-decoration: underline; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    font-size: 0.875rem; }

img {
  max-width: 100%; }

.o-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 500px) {
    .o-container {
      max-width: 740px; } }
  @media (min-width: 1200px) {
    .o-container {
      max-width: 1140px; } }

.o-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (max-width: 500px) {
    .o-col--sm50 {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  @media (min-width: 500px) {
    .o-col--md25 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 500px) {
    .o-col--md33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 500px) {
    .o-col--md50 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .o-col--lg25 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .o-col--lg33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 1200px) {
    .o-col--lg50 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .o-col--lg100 {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .o-col--lg75 {
      flex: 0 0 75%;
      max-width: 75%; } }

.o-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 500px) {
    .o-row {
      flex-direction: row; } }
  @media (max-width: 500px) {
    .o-row {
      flex-direction: row; } }
  .o-row--center-y {
    align-items: center;
    margin-bottom: 28px; }

.c-btn {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: .75rem 0;
  text-align: center;
  width: 220px;
  text-transform: uppercase;
  transition: all .25s ease-in-out; }
  .c-btn:hover {
    text-decoration: none; }
  @media (max-width: 500px) {
    .c-btn {
      width: 50%; } }
  .c-btn--primary {
    background-color: #c8cbce;
    color: #212221; }
    .c-btn--primary:hover {
      background-color: #a0a5aa;
      color: #FFFFFF; }
  .c-btn--accent {
    background-color: #60DC64;
    color: #FFFFFF; }
    .c-btn--accent:hover {
      background-color: #2bc430;
      color: #FFFFFF; }
  .c-btn--dark-blue {
    background-color: #212221;
    color: #FFFFFF; }
    .c-btn--dark-blue:hover {
      background-color: #2a408c;
      color: #FFFFFF; }
  .c-btn--light {
    background-color: #FFFFFF;
    color: #3B99E1; }
    .c-btn--light:hover {
      background-color: #d9d9d9;
      color: #3B99E1; }
  .c-btn--outline {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .c-btn--outline:hover {
      color: #d9d9d9; }

.c-heading {
  color: #212221;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: left; }
  .c-heading--level1 {
    font-size: 3rem;
    text-align: center; }
    @media (max-width: 500px) {
      .c-heading--level1 {
        font-size: 1.5rem; } }
  .c-heading--level2 {
    font-size: 1.5rem; }
    @media (max-width: 500px) {
      .c-heading--level2 {
        text-align: center; } }
  .c-heading--level3 {
    font-size: 1.125rem; }
  .c-heading--level4 {
    font-size: 1rem; }
  .c-heading--level5 {
    font-size: 0.875rem; }
  .c-headingupper {
    text-transform: uppercase; }

.c-nav__item {
  color: #141414;
  display: block;
  font-size: 1.5rem;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .c-nav__item:hover {
    color: black;
    text-decoration: none; }
  @media (min-width: 1200px) {
    .c-nav__item {
      display: inline-block;
      margin-left: 25px;
      width: auto; } }
  @media (max-width: 500px) {
    .c-nav__item {
      font-size: 1.125rem; } }

.c-icon-box {
  text-align: center; }
  .c-icon-box__image {
    display: flex;
    justify-content: center;
    /** Najwyższa ikona ma taką wysokość **/
    height: 60px;
    margin-bottom: 25px; }
  .c-icon-box__icon {
    align-self: center; }
  .c-icon-box__text {
    margin-top: 15px;
    font-size: 0.75rem; }

.c-label {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: left; }

.c-list__item {
  margin-bottom: 12px; }

.c-list--unstyled {
  list-style-type: none; }

.c-photos-gallery {
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .c-photos-gallery:hover {
    transform: scale(1.15); }
  .c-photos-gallery__top {
    height: 300px;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 45px; }
    @media (max-width: 500px) {
      .c-photos-gallery__top {
        height: 100px; } }
    @media (min-width: 500px) {
      .c-photos-gallery__top {
        height: 220px; } }
  .c-photos-gallery__cer {
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 45px;
    position: relative;
    top: 100%;
    transition: 1s; }
    @media (min-width: 1200px) {
      .c-photos-gallery__cer {
        max-width: 60%; } }
    @media (max-width: 500px) {
      .c-photos-gallery__cer {
        max-width: 68%; } }
    .c-photos-gallery__cer:hover {
      border: 10px solid transparent;
      filter: grayscale(0);
      cursor: pointer; }
  .c-photos-gallery__pictuer {
    max-height: 100%;
    border-radius: 45px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 1s; }
    .c-photos-gallery__pictuer:hover {
      border: 10px solid transparent;
      filter: grayscale(0);
      cursor: pointer; }
  @media (min-width: 500px) {
    .c-photos-gallery__return {
      display: none; } }
  .c-photos-gallery__center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .c-photos-gallery__bottom {
    text-align: center;
    font-size: 40px;
    color: #212221; }
    @media (max-width: 500px) {
      .c-photos-gallery__bottom {
        font-size: 1.5rem; } }
  @media (max-width: 500px) {
    .c-photos-gallery {
      margin-bottom: 10px; } }

.c-footer {
  background: #c8cbce;
  width: 100%;
  height: 10%; }
  .c-footer--logo {
    color: black;
    font-size: 1.5rem;
    text-align: center;
    white-space: wrap;
    overflow: hidden; }
  @media (max-width: 500px) {
    .c-footer {
      height: 20%; }
      .c-footer--logo {
        font-size: 1rem; } }

.t-site-header {
  background: linear-gradient(to bottom, #4b4949, #c8cbce); }
  @media (min-width: 1200px) {
    .t-site-header {
      clip-path: ellipse(68% 76% at 50% 8%);
      padding-bottom: 40px; } }
  .t-site-header__top {
    padding-bottom: 25px;
    padding-top: 25px; }
  .t-site-header__menu {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .t-site-header__menu {
        text-align: center;
        margin-top: 0; } }
  .t-site-header__divider {
    background-color: #FFFFFF;
    height: 1px;
    opacity: .75; }
  .t-site-header__hero {
    padding-bottom: 30px;
    padding-top: 50px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1200px) {
      .t-site-header__hero {
        padding-bottom: 200px;
        padding-top: 50px;
        max-width: 800px; } }
  .t-site-header__intro-text {
    color: black;
    font-size: 1rem;
    margin-bottom: 20px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .t-site-header__intro-text {
        font-size: 1.125rem;
        margin-bottom: 60px;
        line-height: 1.66; } }
  .t-site-header__btn-divider {
    color: #FFFFFF;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 20px; }
    @media (min-width: 500px) {
      .t-site-header__btn-divider {
        display: inline-block; } }

.t-our-company {
  padding-bottom: 60px;
  padding-top: 20px; }
  .t-our-company__left {
    margin-bottom: 40px; }
    @media (min-width: 500px) {
      .t-our-company__left {
        margin-bottom: 0; } }
  .t-our-company__right {
    text-align: center; }
    @media (min-width: 500px) {
      .t-our-company__right {
        padding-right: 30px;
        text-align: right; } }
  .t-our-company__buttons {
    display: flex;
    flex-wrap: wrap; }
  .t-our-company__btn {
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .t-our-company__btn {
        margin-right: 30px; } }

.t-contact-company {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  color: black; }
  .t-contact-company--level1 {
    font-size: 3rem;
    text-align: center; }
    @media (max-width: 500px) {
      .t-contact-company--level1 {
        font-size: 1.125rem; } }

.t-photos-list {
  background: linear-gradient(to bottom, #4b4949, #c8cbce); }
  .t-photos-list__top {
    padding-bottom: 25px;
    padding-top: 25px; }
  .t-photos-list__menu {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .t-photos-list__menu {
        text-align: center;
        margin-top: 0; } }
  .t-photos-list__divider {
    background-color: #FFFFFF;
    height: 1px;
    opacity: .75; }
  .t-photos-list__hero {
    padding-bottom: 50px;
    padding-top: 50px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1200px) {
      .t-photos-list__hero {
        padding-bottom: 110px;
        padding-top: 120px;
        max-width: 800px; } }
  .t-photos-list__intro-text {
    color: #FFFFFF;
    font-size: 1rem;
    margin-bottom: 20px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .t-photos-list__intro-text {
        font-size: 1.125rem;
        margin-bottom: 60px;
        line-height: 1.66; } }
  .t-photos-list__btn-divider {
    color: #FFFFFF;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 20px; }
    @media (min-width: 500px) {
      .t-photos-list__btn-divider {
        display: inline-block; } }

.u-mb-1 {
  margin-bottom: 10px; }

.u-mb-2 {
  margin-bottom: 20px; }

.u-mb-3 {
  margin-bottom: 30px; }

.u-mt-2 {
  margin-top: 20px; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

@media (min-width: 1200px) {
  .u-text-lg-right {
    text-align: right !important; } }

.u-text-left {
  text-align: left; }

#text {
  display: none; }

.u-bg-white {
  background-color: #FFFFFF; }

.u-bg-light {
  background-color: #c8cbce; }

.u-white {
  color: #FFFFFF; }

.u-height-top {
  height: 100%; }

.u-height-picture {
  max-width: 50%; }

.u-radius {
  border-radius: 0px; }
